Santas Gift Sorter

"In today's challenge, we had another JavaScript algorithm challenge. Given an array, we had to sort it forwards and backwards in alphabetical order. To achieve this, I used a simple .sort() method."

Screenshot of solution